home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00122.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  208 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("ZHWOW")
  3.   set the foreColor of sprite 48 to 215
  4.   updateStage()
  5.   wait(30)
  6.   when timeOut then nothing
  7.   killthepuppets()
  8.   seeyou()
  9.   go("madeby")
  10.   set the stageColor to 255
  11. end
  12.